Method: StrokeDB::InvertedList::Node#<=

Defined in:
lib/strokedb/data_structures/inverted_list.rb

#<=(key) ⇒ Object



231
232
233
# File 'lib/strokedb/data_structures/inverted_list.rb', line 231

def <=(key)
 @key <= key
end